home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / nihcl-30.lha / nihcl-3.0 / lib / todo < prev   
Text File  |  1990-05-19  |  388b  |  13 lines

  1. FDSet.c: Fix for systems that don't have getdtablesize()
  2.  
  3. Per class implementaton of deepCopy()?:
  4.     classname* classname::deepCopy() { return classname::castdown(Object::deepCopy()); }
  5.  
  6. RevIterator (wouldn't have to implement for unsequenced collections).
  7.  
  8. AVLTree and SplayTree
  9.  
  10. Add support for microseconds to class Time.
  11.  
  12. LinkedList::remove(const Object&) -- Object's Link is modified.
  13.